home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir27 / grphca22.zip / EXAMPLES.ZIP / FIG305.PLT < prev    next >
Text File  |  1993-02-03  |  1KB  |  84 lines

  1. [ fig305.plt - spectrophotometer diagram
  2.  
  3. echo
  4. paper size 11 8.5
  5. subplot area 1.25 1.25 9.75 7
  6. map x 0 8.5 y 0 5.75
  7.  
  8. font 1
  9.  
  10. arrow from 1.84 4.5 to 1.84 4
  11. arrow from 2.4 4.5 to 2.4 4
  12.  
  13. [ pump 1
  14.  
  15. data
  16. 3.2,5.2 3,5.2 3,4.4 2.8,4.4 2.8,4 3.6,4 3.6,4.4 3,4.4 3.4,4.4 3.4,5.2
  17. 3.2,5.2 3.2,5.6 0.4,5.6 0.4,2.5
  18. end
  19. plot x y con
  20.  
  21. [ pump 2
  22.  
  23. data
  24. 2.2,5.2 2,5.2 2,4.4 1.8,4.4 1.8,4 2.6,4 2.6,4.4 2,4.4 2.4,4.4 2.4,5.2
  25. 2.2,5.2 2.2,5.4 1,5.4 1,2.5
  26. end
  27. plot x y con
  28.  
  29. [ switching valve
  30.  
  31. data
  32. 0.7,1.5 0.2,1.5 0.2,2.5 1.2,2.5 1.2,1.5 0.7,1.5
  33. 0.7,1.3 1.4,1.3 2,1.3
  34. end
  35. plot x y con
  36.  
  37. [ sandpack and spectrophotometer
  38.  
  39. data
  40. 4.4,1.3 4.4,1.6 2,1.6 2,1 4.4,1 4.4,1.3 4.8,1.3
  41. 4.8,2 7.2,2 7.2,1 4.8,1 4.8,1.3
  42. end
  43. plot x y con
  44.  
  45. [ computer - a/d coverter
  46.  
  47. data
  48. 5.8,4.4 5.8,3.8 7.2,3.8 7.2,5 5.8,5 5.8,4.4 7.2,4.4
  49. end
  50. plot x y con
  51.  
  52. [ timer
  53.  
  54. data
  55. 2.5,2.8 2.5,2.2 3.5,2.2 3.5,2.8 2.5,2.8
  56. end
  57. plot x y con
  58.  
  59. character size 0.1
  60.  
  61. label center at 3.95 5.1  'pumps'
  62. label center at 1.95 3.3  'switching'
  63. label center at 1.95 3.1  'valve'
  64. label center at 4.45 2.55 'sandpack'
  65. label center at 7.25 2.55 'spectrophotometer'
  66. label center at 7.75 5.95 'computer'
  67. label center at 7.75 5.35 'chart recorder'
  68. label center at 4.3  3.7  'timer'
  69.  
  70. label angle 90 center at 1.84 5.5 'brine/chromium solution'
  71. label angle 90 center at 2.4  5.5 'brine solution'
  72.  
  73. pen style 5
  74.  
  75. data
  76. 6.5,3.8 6.5,2
  77. end
  78. plot x y con
  79.  
  80. data
  81. 1.2,2 2.5,2.5
  82. end
  83. plot x y con
  84.